Autogenerated HTML docs for v1.5.2-14-g45bde 
diff --git a/git-config.html b/git-config.html index 9251753..58f0ed3 100644 --- a/git-config.html +++ b/git-config.html 
@@ -834,28 +834,22 @@  </dt>   <dd>   <p>  - An integer -1..9, indicating the compression level for objects that  - are not in a pack file. -1 is the zlib and git default. 0 means no  - compression, and 1..9 are various speed/size tradeoffs, 9 being  - slowest.  + An integer -1..9, indicating a default compression level.  + -1 is the zlib default. 0 means no compression,  + and 1..9 are various speed/size tradeoffs, 9 being slowest.   </p>   </dd>   <dt>  -core.legacyheaders  +core.loosecompression   </dt>   <dd>   <p>  - A boolean which  - changes the format of loose objects so that they are more  - efficient to pack and to send out of the repository over git  - native protocol, since v1.4.2. However, loose objects  - written in the new format cannot be read by git older than  - that version; people fetching from your repository using  - older versions of git over dumb transports (e.g. http)  - will also be affected.  + An integer -1..9, indicating the compression level for objects that  + are not in a pack file. -1 is the zlib default. 0 means no  + compression, and 1..9 are various speed/size tradeoffs, 9 being  + slowest. If not set, defaults to core.compression. If that is  + not set, defaults to 0 (best speed).   </p>  -<p>To let git use the new loose object format, you have to  -set core.legacyheaders to false.</p>   </dd>   <dt>   core.packedGitWindowSize  @@ -1115,6 +1109,16 @@  </p>   </dd>   <dt>  +gc.aggressiveWindow  +</dt>  +<dd>  +<p>  + The window size parameter used in the delta compression  + algorithm used by <em>git gc --aggressive</em>. This defaults  + to 10.  +</p>  +</dd>  +<dt>   gc.packrefs   </dt>   <dd>  @@ -1432,6 +1436,18 @@  </p>   </dd>   <dt>  +pack.compression  +</dt>  +<dd>  +<p>  + An integer -1..9, indicating the compression level for objects  + in a pack file. -1 is the zlib default. 0 means no  + compression, and 1..9 are various speed/size tradeoffs, 9 being  + slowest. If not set, defaults to core.compression. If that is  + not set, defaults to -1.  +</p>  +</dd>  +<dt>   pull.octopus   </dt>   <dd>  @@ -1663,7 +1679,7 @@  </div>   <div id="footer">   <div id="footer-text">  -Last updated 09-May-2007 07:15:31 UTC  +Last updated 20-May-2007 19:11:25 UTC   </div>   </div>   </body>